Skip to main content

DELETE STATEMENT

Short Description

The SQL statement is performing a DELETE of existing data within the database

Detailed Description​

One of the four SQL language Data Manipulation Language (DML) statements - SELECT, INSERT, UPDATE and DELETE.

DELETE STATEMENT will normally be the root node at the top of the EXPLAIN PLAN tree for any DELETE statement.

Further Reading​

Search online​

If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.